home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / HEXEDIT / BIED.1_0 / bied.exe / 0 / RCDATA / TFRMFILL / TFRMFILL.txt
Text File  |  1998-09-29  |  2KB  |  79 lines

  1. inherited FrmFill: TFrmFill
  2.   Left = 431
  3.   Caption = 'Fill'
  4.   ClientHeight = 186
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited GrpRange: TGroupBox
  8.     Align = alTop
  9.   end
  10.   inherited PanButtons: TPanel
  11.     Top = 152
  12.     TabOrder = 2
  13.     inherited ButOK: TButton
  14.       OnClick = ButOKClick
  15.     end
  16.     inherited ButClose: TButton
  17.       Caption = '&Close'
  18.     end
  19.   end
  20.   object GrpValue: TGroupBox [2]
  21.     Left = 0
  22.     Top = 106
  23.     Width = 241
  24.     Height = 46
  25.     Align = alClient
  26.     Caption = 'Value'
  27.     TabOrder = 1
  28.     object Label4: TLabel
  29.       Left = 88
  30.       Top = 20
  31.       Width = 57
  32.       Height = 16
  33.       AutoSize = False
  34.       Caption = '<- &Num'
  35.     end
  36.     object Label5: TLabel
  37.       Left = 144
  38.       Top = 20
  39.       Width = 49
  40.       Height = 16
  41.       Alignment = taRightJustify
  42.       AutoSize = False
  43.       Caption = 'Cha&r ->'
  44.     end
  45.     object NEdValue: TAKNumEdit
  46.       Left = 16
  47.       Top = 16
  48.       Width = 65
  49.       Height = 21
  50.       CharCase = ecUpperCase
  51.       MaxLength = 7
  52.       TabOrder = 0
  53.       LeadingZero = False
  54.       Radix = 10
  55.       Value = 0
  56.       Version = '1.00'
  57.       OnChange = NEdValueChange
  58.     end
  59.     object EdChar: TEdit
  60.       Left = 200
  61.       Top = 16
  62.       Width = 25
  63.       Height = 21
  64.       MaxLength = 1
  65.       TabOrder = 1
  66.       OnChange = EdCharChange
  67.     end
  68.   end
  69.   inherited Storage: TFormStorage
  70.     StoredProps.Strings = (
  71.       'RbDec.Checked'
  72.       'RbHex.Checked'
  73.       'NEdFirst.Value'
  74.       'NEdLast.Value'
  75.       'NEdValue.Value')
  76.     Top = 152
  77.   end
  78. end
  79.